[.NET] Where does Debug.Write() output to?

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-03-26T09:15:28Z Indexed on 2010/03/26 9:23 UTC
Read the original article Hit count: 128

Filed under:

Hi folks:

I didn't see any output in console or VS output panel from

Debug.Write("WriteStatements() was reached")

Where does the output go to?

Thanks.

© Stack Overflow or respective owner

Related posts about .NET